home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #1 / Amiga Plus 1998 #1.iso / demo-versionen / haage&partner / warpup-warpos / source / tools / dcon.p < prev    next >
Text File  |  1997-09-24  |  574b  |  23 lines

  1.                 incdir  include:
  2.                 incdir  lvo:
  3.  
  4. **      '(C) Copyright 1997 Haage & Partner Computer GmbH'
  5. **           All Rights Reserved
  6.  
  7.                 include powerpc/ppcmacros.i
  8.                 include powerpc/powerpc.i
  9.  
  10.                 include powerpc_lib.i
  11.  
  12.                 xref    _PowerPCBase
  13.                 xref    _LinkerDB
  14.                 executable
  15.                 smalldata
  16.                 version 8
  17. start
  18.                 prolog  1024
  19.                 li      r4,CACHE_DCACHEON
  20.                 CALLPOWERPC     SetCache
  21.                 epilog
  22.  
  23.